home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / batch / library / errlvl12 / makefile < prev   
Makefile  |  1991-10-15  |  121b  |  5 lines

  1. # nb: nulls in original .COM changed to NOPs
  2. ERRLVL.Com: ERRLVL.Asm
  3.     TASM /c /l /q /t /w+ /z ERRLVL
  4.     TLINK /t ERRLVL
  5.